From 944046942a89b15cae4675c61016f15471a22acc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 12 Dec 2000 12:11:14 +0000 Subject: [PATCH] Don't free gdk_fb_keyboard twice. 2000-12-12 Alexander Larsson * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): Don't free gdk_fb_keyboard twice. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gdk/linux-fb/gdkkeyboard-fb.c | 2 -- 8 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2363d00af9..74240c4c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2363d00af9..74240c4c72 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-12-12 Alexander Larsson + + * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): + Don't free gdk_fb_keyboard twice. + Tue Dec 12 08:24:42 2000 Tim Janik * gtk/testgtk.c: diff --git a/gdk/linux-fb/gdkkeyboard-fb.c b/gdk/linux-fb/gdkkeyboard-fb.c index f2e9accb58..6f8b135638 100644 --- a/gdk/linux-fb/gdkkeyboard-fb.c +++ b/gdk/linux-fb/gdkkeyboard-fb.c @@ -872,7 +872,6 @@ xlate_close (GdkFBKeyboard *kb) g_source_remove (kb->io_tag); g_io_channel_unref (kb->io); /* don't close kb->fd, it is the tty from gdk_display */ - g_free (kb); } static guint @@ -1384,7 +1383,6 @@ raw_close (GdkFBKeyboard *kb) g_source_remove (kb->io_tag); g_io_channel_unref (kb->io); /* don't close kb->fd, it is the tty from gdk_display */ - g_free (kb); } static guint -- 2.30.2